home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000389_anthonypieper@cs.com_Thu Nov 6 15:34:32 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!news.maxwell.syr.edu!postnews1.google.com!not-for-mail
  2. From: anthonypieper@cs.com (newexpectuser)
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Login Script Question
  5. Date: 6 Nov 2003 11:06:26 -0800
  6. Organization: http://groups.google.com
  7. Lines: 33
  8. Message-ID: <f0bb0f39.0311061106.3c6436c@posting.google.com>
  9. References: <f0bb0f39.0311060633.58b7ce31@posting.google.com> <slrnbqko66.9j.fdc@sesame.cc.columbia.edu>
  10. NNTP-Posting-Host: 209.251.39.194
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1068145586 4788 127.0.0.1 (6 Nov 2003 19:06:26 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: Thu, 6 Nov 2003 19:06:26 +0000 (UTC)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14644
  17.  
  18. I'm confused on the dialer. I have a command screen and when I press
  19. Alt-X I have a terminal screen.
  20.  
  21. I got the lineout command to work, but I want to transfer a file now
  22. and there is no "mget or get" command working in the terminal screen.
  23.  
  24. Also, if I do get the file transfered, does it transfer to the
  25. directory specified on the command screen ?
  26. Frank da Cruz <fdc@columbia.edu> wrote in message news:<slrnbqko66.9j.fdc@sesame.cc.columbia.edu>...
  27. > In article <f0bb0f39.0311060633.58b7ce31@posting.google.com>,
  28. > newexpectuser wrote:
  29. > : I am using the K95 GUI with the K95 dialer. I can get the dialer to
  30. > : connect to my ssh server, but I want to do a cd /home once I am
  31. > : connected.
  32. > : 
  33. > The command would be:
  34. >   lineout "cd /home"
  35. > : There is someway to do this in a Login Script, but I'm not sure how to
  36. > : start editing a Login Script (Notepad ? or is there a built in editor
  37. > : in the Kermit GUI ?)
  38. > : 
  39. > It's a regular Windows text box.  Uncheck the "Script file name" box and
  40. > enter the above command in the text box from your keyboard.
  41. > : Do I created a .ksc file in Notepad with my commands then on put this
  42. > : name in the Login settings on the dialer for my session and check the
  43. > : box "Script file name:" ?
  44. > : 
  45. > You could do that too.
  46. > - Frank
  47.